github.com/andybalholm/brotli.bitReaderState.input (field)
12 uses
github.com/andybalholm/brotli (current package)
bit_reader.go#L58: input []byte
bit_reader.go#L81: to.input = from.input
bit_reader.go#L89: to.input = from.input
bit_reader.go#L118: br.val_ |= (uint64(binary.LittleEndian.Uint32(br.input[br.byte_pos:]))) << 32
bit_reader.go#L137: br.val_ |= (uint64(br.input[br.byte_pos])) << 56
bit_reader.go#L246: copy(dest, br.input[br.byte_pos:][:num])
decode.go#L2043: br.input = *next_in
decode.go#L2051: br.input = s.buffer.u8[:]
decode.go#L2081: br.input = *next_in
decode.go#L2104: *next_in = br.input[br.byte_pos:]
decode.go#L2132: *next_in = br.input[br.byte_pos:]
decode.go#L2484: *next_in = br.input[br.byte_pos:]
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |